contentprovider: Add gdk_content_provider_new_typed()
authorBenjamin Otte <otte@redhat.com>
Sun, 16 Feb 2020 13:24:03 +0000 (14:24 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 16 Feb 2020 19:10:30 +0000 (20:10 +0100)
commit8d2ed36a1bdc4f5c5c7a5eab39562764c69139ce
treee2abac8376acdf46f9f239d20df3ea6ff83d991b
parent762c4602fbb88e3712336426a326adf813e5b280
contentprovider: Add gdk_content_provider_new_typed()

Gets around the boilerplate required to create and initialize a GValue
by having this function doing it via G_VALUE_COLLECT().
docs/reference/gdk/gdk4-sections.txt
gdk/gdkcontentproviderimpl.c
gdk/gdkcontentproviderimpl.h
gtk/gtkcalendar.c
gtk/gtkpathbar.c
gtk/gtktext.c
tests/testclipboard2.c
tests/testdnd.c
tests/testdnd2.c
tests/testentryicons.c
tests/testlist3.c